All Questions
2 questions
8votes
4answers
453views
Should detected vulnerabilities in old commits be remedied?
One of my projects on GitHub has received a vulnerability alert, in this case of moderate severity. The vulnerability has been detected in a dependency of an old version of the code. Current versions ...
2votes
1answer
2kviews
Best practices for working with public_html folders and git
Currently, everything that is in the public_html folder automatically gets published live. The git repository is also inited in this folder (though this can change if it's necessary). What is a good ...